Closed
Bug 550894
Opened 15 years ago
Closed 15 years ago
unreachable code in nsPluginHost::PostURL
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.3a3
People
(Reporter: timeless, Assigned: wesongathedeveloper)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
1.14 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
2074 if (target) {
after this point, target must be non null
2078 if (!target) {
so this is unreachable
2080 } else {
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → wesongathedeveloper
Status: NEW → ASSIGNED
Attachment #431307 -
Flags: review?(joshmoz)
Attachment #431307 -
Flags: review?(joshmoz) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a3
Updated•7 years ago
|
Blocks: coverity-analysis
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•